home *** CD-ROM | disk | FTP | other *** search
/ MacHack 1997 / MacHack 1997.toast / Hacks / Hacks ’96 / PredatorPrey / MainWindow.h < prev    next >
Encoding:
C/C++ Source or Header  |  1996-06-22  |  644 b   |  26 lines  |  [TEXT/KAHL]

  1. /* MainWindow.h */
  2.  
  3. #ifndef __MWI__
  4. #define __MWI__
  5.  
  6. #include "Globals.h"
  7.  
  8. /*----------*/
  9. void    MainWindowSeg        (void);
  10. void    OpenMainWindow        (Str255        fName,
  11.                              short            vRefNum,
  12.                              short            fRefNum);
  13. void    CloseMainWindow        (void);
  14. void    ControlMainWindow    (ControlHandle    whichControl,
  15.                               short             whichPart,
  16.                              Point            where);
  17. void    MouseInMainWindow    (Point            where,
  18.                              short            modifiers);
  19. void    TypeInMainWindow    (char            ch);
  20. void    UpdateMainWindow    (void);
  21. void    ActivateMainWindow    (Boolean        activate);
  22. void    ResizeMainWindow    (void);
  23. pascal void ScrollMainWindow    (short        newValue,
  24.                                   short        oldValue);
  25.  
  26. #endif    /*    __MWI__    */